home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / include / linux / version.h < prev    next >
Text File  |  2008-10-24  |  97b  |  3 lines

  1. #define LINUX_VERSION_CODE 132635
  2. #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
  3.